# Project:   t


# Toolflags:
CCflags = -c -depend !Depend -throwback -IC:
Linkflags = -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From


# Final targets:
@.t:   @.o.t @.^.^.Clib.o.Stubs @.o.swiv 
        link $(linkflags) @.o.t @.^.^.Clib.o.Stubs @.o.swiv 


# User-editable dependencies:

# Static dependencies:
@.o.t:   @.c.t
        cc $(ccflags) -o @.o.t @.c.t 


# Dynamic dependencies:
o.t:	c.t
o.t:	C:h.kernel
o.t:	h.swis
